home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / ffxtras / -ffverif.dir / 00012_Test Up.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  254 b   |  13 lines

  1. on mouseUp
  2.   performTests()
  3. end
  4.  
  5. on mouseDown
  6.   set the castNum of sprite 5 to the number of member "Test Down"
  7.   updateStage()
  8.   repeat while the mouseDown
  9.   end repeat
  10.   set the castNum of sprite 5 to the number of member "Test Up"
  11.   updateStage()
  12. end
  13.